Revision: bazaar--devo--1.1--patch-94
Archive: thelove@canonical.com
Creator: Canonical.com Patch Queue Manager <pqm@canonical.com>
Date: Mon Jan 10 02:30:07 GMT 2005
Standard-date: 2005-01-10 02:30:07 GMT
Modified-files: commands/abrowse.c commands/ancestry.c
    commands/cachedrevs.c commands/cacherev.c
    commands/grab.c commands/join-branch.c
    commands/register-archive.c commands/update.c
    libarch/ancestry.c libarch/ancestry.h
    libarch/archive-mirror.c libarch/archive-pfs.c
    libarch/archive-pfs.h libarch/archive.c
    libarch/archive.h libarch/build-revision.c
    libarch/cached-archive.c libarch/cached-archive.h
    libarch/commit.c libarch/import.c libarch/library-txn.c
    libarch/local-cache.c libarch/pfs-dav.c
    libarch/pfs-dav.h libarch/pfs-signatures.c libarch/pfs.c
    libarch/pfs.h libarch/project-tree.c
    libarch/project-tree.h libarch/tag.c
    tests/test-commit.sh tests/test-framework
    tests/test-import-baz.sh tests/test-mirror.sh
    tests/test-tag-baz.sh
New-patches: robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--base-0
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-1
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-2
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-3
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-4
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-5
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-6
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-7
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-8
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-9
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-10
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-11
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-12
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-13
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-14
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-15
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-16
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-17
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-18
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-19
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-20
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-21
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-22
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-23
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-24
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-25
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-26
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-27
    robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-28
    robert.collins@canonical.com/bazaar--experimental--1.1--base-0
    robert.collins@canonical.com/bazaar--tree-ancestry--1.1--base-0
    robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-1
    robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-2
    robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-3
    robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-4
    robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-5
    robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-6
    thelove@canonical.com/bazaar--devo--1.1--patch-94
Summary: integrate in patch_ancestry as a new API, closes: #5190
Keywords: 

Patches applied:

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--base-0
   tag of robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-6

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-1
   rough cut at patch_ancestry auto generation

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-2
   create {arch}/+ancestry automatically

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-3
   scan the archive if the +ancestry file does not document the needed revision

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-4
   set PARTIAL on ancestry when needed

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-5
   unbreak the ancestry commands other uses

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-6
   actually get all of the available revisions.. there was an off by one error before

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-7
   the ancestry UI should not access each archive unless headers are being displayed

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-8
   handle complete ancestry correctly

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-9
   use +ancestry files from revision libraries if available

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-10
   massive simplification of ancestry_scan

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-11
   implement maximum depth searches for ancestry, and a connection cache

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-12
   move project tree methods from ancestry.c to project_tree.c

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-13
   centralise the ancestry file hardcoded strings

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-14
   add auto upload of ancestry.gz to commit

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-15
   teach archive-mirror about ancestry

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-16
   teach import about ancestry

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-17
   missed a baz literal when stripping out the common text

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-18
   teach baz branch about ancestry files

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-19
   merge from thelove@canonical.com/bazaar--devo--1.1

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-20
   teach arch_patch_ancestor to retrieve ancestry.gz files

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-21
   fixup issues with using unavailable history - soft_errors supportin archives

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-22
   convert libarch calls to arch_ancestor_revision to arch_patch_ancestor

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-23
   test-framework compare_trees_simple needs to ignore + files too

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-24
   snap ancestry during getting of reference trees

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-25
   rename the ancestry checksum file to be more friendly to browsers

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-26
   factor out checking for cached ancestry data to allow easier integration into the cached-archive framewrk

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-27
   snarf history during commits

 * robert.collins@canonical.com--general/bazaar--tree-ancestry--1.1--patch-28
   bwah, default to full history for now

 * robert.collins@canonical.com/bazaar--experimental--1.1--base-0
   tag of robert.collins@canonical.com--general/bazaar--devo--1.0--patch-28

 * robert.collins@canonical.com/bazaar--tree-ancestry--1.1--base-0
   tag of robert.collins@canonical.com/bazaar--experimental--1.1--base-0

 * robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-1
   start factoring out ancestry calculations

 * robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-2
   implement soft_errors through to the webdav level

 * robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-3
   create ancestry files from baz ancestry

 * robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-4
   merge up to the latest thelove@canonical.com/bazaar--devo--1.1

 * robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-5
   start writing patch_ancestry as a libarch function

 * robert.collins@canonical.com/bazaar--tree-ancestry--1.1--patch-6
   read in {arch}/+ancestry if it exists

